Click or drag to resize

TimeParse Method

Converts the specified string representation of a time to its Time equivalent.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public static Time Parse(
	string time
)

Parameters

time
Type: SystemString
A string containing a time to convert.

Return Value

Type: Time
A Time equivalent contained in the time parameter.
See Also